projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc0f25f
)
MVEBUMMC : REMOVE unnecessary delays
author
Gerald Kerma
<
[email protected]
>
Sat, 13 Dec 2014 20:35:34 +0000
(21:35 +0100)
committer
Pantelis Antoniou
<
[email protected]
>
Tue, 6 Jan 2015 08:10:16 +0000
(10:10 +0200)
Remove delays in mvebu_mmc_set_bus and mvebu_mmc_set_clk
Signed-off-by: Gérald Kerma <
[email protected]
>
Acked-by: Pantelis Antoniou <
[email protected]
>
drivers/mmc/mvebu_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/mvebu_mmc.c
b/drivers/mmc/mvebu_mmc.c
index 854bcc6c4f2b5443910178f903d370035510482c..3e08f4091dbd4db577dcf9bd059a5a4c1bfafe40 100644
(file)
--- a/
drivers/mmc/mvebu_mmc.c
+++ b/
drivers/mmc/mvebu_mmc.c
@@
-274,8
+274,6
@@
static void mvebu_mmc_set_clk(unsigned int clock)
mvebu_mmc_write(SDIO_CLK_DIV, m & MVEBU_MMC_BASE_DIV_MAX);
debug("%s: clock (%d) div : %d\n", DRIVER_NAME, clock, m);
}
-
- udelay(10*1000);
}
static void mvebu_mmc_set_bus(unsigned int bus)
@@
-315,7
+313,6
@@
static void mvebu_mmc_set_bus(unsigned int bus)
"high-speed" : "");
mvebu_mmc_write(SDIO_HOST_CTRL, ctrl_reg);
- udelay(10*1000);
}
static void mvebu_mmc_set_ios(struct mmc *mmc)